func golang.org/x/sys/unix.socket

2 uses

	golang.org/x/sys/unix (current package)
		syscall_unix.go#L521: 	fd, err = socket(domain, typ, proto)
		zsyscall_linux_amd64.go#L490: func socket(domain int, typ int, proto int) (fd int, err error) {